.section1 {
    height: auto;
    margin-bottom: -4vw;
}


.formulario {
    position: relative;
    left: 90px;
    width: 40vw;
    margin-top: 1vw;
    margin-bottom: 8vw;
    font-family: 'Open Sans';
}

.titulo {
    position: relative;
    left: 28vw;
    width: 40vw;
    font-size: 2.4rem;
    margin-top: 3vw;
    text-align: center;
}

.tituloforms {
    position: relative;
    left: 99px;
    width: 40vw;
    font-size: 1.5rem;
    margin-top: 3vw;
}


.fieldsetforms {
    background: transparent;
    border: none;
    border-radius: 3px;
}


.caixa {
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #000000;
    outline: none;
    text-indent: 15px;
    height: 45px;
    width: 55vw;
    margin: 0.8vw;
    
}

.caixa:hover {
    border: 1px solid #0039be;
}

.caixa:focus {
    border: 4px solid #03469884;
}


.label {
    position: relative;
    height: 1rem;
    font-family: 'Open Sans';
    font-size: 0.8rem;
    position: relative;
    left: 1vw;
    top:0;
    margin-top: 0.5vw;
}

.vertical {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.horizontal {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.nome {
    position: relative;
}

.cidade {
    width: calc(54.3vw - 50px);
    margin-right: 0;
}

.uf {
    width: 50px;
    text-indent: 5px;
}

.mensagem {
    position: relative;
    height: 10vw;
    max-height: 10vw;
    padding: 15px;
    max-width: 55vw;
}

textarea#mensagem {
    font-family: 'Open Sans';
    font-weight: 400;
    color: #000000;
    font-size: 1vw;
}

.contador {
    position: relative;
    top: -10px;
    left: 10px;
    font-size: 0.8rem;
    color: #000000;

}

.contador::after {
    content: "/1000";
}

.buttonfont {
    font-size: 1rem;
}
.btn {
position: relative;
top: 0;
left: 10px;
background-color: #051c2c;
border: 1px solid #000000;
width: 18rem;
height: 4rem;
border-radius:  0.5vw;
box-sizing: border-box;
color: #ffffff;
font-family: 'Open Sans';
font-weight: 600;
cursor: pointer;
display: inline-block;
line-height: 1px;
text-align: center;
transition: all .1s cubic-bezier(.4, 0, .2, 1);
box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
touch-action: manipulation;
}

.btn:hover {
background-color: #005aeb;
color: #fff;
}

.g-recaptcha {
    position: relative;
    left: 10px;
}

.caixa_newsletter {
    position: relative;
    left: 1vw;
    margin-top: 0.5vw;
}

.newsletter {
    position: relative;
    left: 1.5vw;
    top: -0.2rem;
    width: 60vw;
    font-size: 0.8rem;
    cursor: pointer;
    margin-bottom: 1vw;
    margin-top: 0.5vw;
}

.privacidade {
    position: relative;
    top: 0;
    left: 1vw;
    width: 55vw;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 0.8rem;
    text-align: justify;
}

.tituloverificacao {
    position: relative;
    left: 1vw;
    margin-bottom: 0.5vw;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 0.8rem;
    width: 30vw;
    color: #000000;
}

.errocaptcha {
    position: relative;
    display: none;
    left: 1vw;
    margin-top: 0.2vw;
    font-family: 'Open Sans';
    font-size: 0.65rem;
    font-weight: 600;
    width: 30vw;
    color: red;
}



@media (max-width: 768px) {

    * {
        max-width: 100vw;
    }

    .titulo {
        left: 5vw;
        width: 90vw;
        font-size: 1.5rem
    }

    .tituloforms {
        left: 6vw;
        font-size: 1rem;
        width: 80vw;
    }

    .formulario {
        left: 5vw;
        width: 0vw;
    }

    .caixa {
        width: 90vw;
    }

    .mensagem {
        max-width: 90vw;
        height: 25vw;
        max-height: 90vw;
    }

    .cidade {
        width: calc(89.2vw - 51px)
    }

    .uf {
        width: 50px;
    }

    .label {
        left: 1vw;
        font-size: 0.9rem;
        height: 1.5rem;
    }

    textarea#mensagem {
        font-size: 0.9rem;
    }

    .newsletter {
        left: 10px;
        font-size: 0.8rem;
    }

    .privacidade {
        left: 2vw;
        font-size: 0.5rem;
        width: 88vw;
        text-align: justify;
    }

    .contador {
        font-size: 2vw;
        left: 1vw;
        top: -0.5vw;
    }

    .btn {
        left: 1vw;
        width: 90vw;
        height: 8vw;

    }

    .tituloverificacao {
        left: 2vw;
        margin-bottom: 1vw;
        font-size: 0.8rem;
        color: #000000;
        width: 50vw;
    }
    
    .errocaptcha {
        left: 2vw;
        margin-top: 1vw;
        font-size: 0.8rem;
        width: 50vw;

    }
}